About:
------

This is the official PureBasic / 64bit enabled port of Calaym, based on the
upcoming 1.03 version.

Unless there is much user request / feedback, with 1.10 there is:
 - No language file support. All languages are included in the executable, and
   are ALL shown in the info dialog.
 - No theme file support

Other major changes:
 - Using PureBasic Dragging (never had it working via API in VB6);
   No more dragging as text (for now?)
   No more able to drag with the right mouse button
 - Using simple WM_DROPFILES instead of OLE (for now?);
   No longer supporting the popupmenu when right-mouse-dropping (using shift
   still works)

Backward compatibility:
-----------------------

There are currently three compiled versions of Calaym:

Version   Charset   SoundSystem(s)        Supported Windows versions
Win64     UTF16     FMOD Ex; BASS         64bit XP/Vista/7/8.x
Win32     UTF16     FMOD Ex; BASS         32/64bit NT4/2000/XP/Vista/7/8.x
Win9x     ANSI      FMOD; FMOD Ex; BASS   95/98/ME

Remarks:
 - Support for the Win9x and Win32 versions may not last forever.
 - Only older FMOD Ex and BASS versions are supported by the Win9x version.
 - Classic help file (.hlp) support may not last forever.
 - Classic help file changelog will be dropped soon.
 - Windows XP may not be supported forever in the Win64 version.

Alpha 4:
--------

 - Add: EMF graphics support for Win32 NT series
 - Add: EMF graphics for all main / system notification area icons for Windows
        2000 and NT4
 - Fix: Error Dialog when ejecting medium from devices (optical drives, maybe
        flashdrives?)
 - Fix: Crash with Windows versions prior to Windows 7 due taskbar progress
        (initialization / version check error).
 - Chg: Icon generated from EMF graphics now use Alphatransparency (WinXP+).
        This should fix the transparency issue with Windows 7 classic task
        switcher (another Windows bug?). Btw the alpha icons are more accurate
        regarding transparency, so it wasn't just time wasted for a workaround.
 - Fix: Popupmenu from the taskbar notification area not closed when clicking
        elsewhere
 - Add: DPI Scaling for the volume control
 - Fix: Exe / base filename corruption; 
 - Fix: Missing soundcard mode prefix (Waveout / DirectSound)
 - Add: Experimental code for FMOD Studio lowlevel soundsystem api

Alpha 3:
--------

 - Fix: Songs were not removed from playlist after deleting
 - Fix: Reincluded GetOpenFilename handlers, "Open file" dialogs work again
        properly (Initial directory handling).
 - Add: Prepared optimized icon/theme resources for Win32 NT series, and Win9x
        series
 - Chg: Default/repeat/timer button(s) and format icons split and rearranged,
        and supporting MultiOS
 - Add: Additional CD format icons for Windows XP and Vista+
 - Add: Default/repeat/timer button(s) add padding to match DPI scale
 - Add: EMF support for default/repeat/timer button(s) on high resolution
        displays (192dpi+)
 - Add: EMF rendering to icon
 - Add: EMF graphics for all main / system notification area icons
 - Chg: Minor changes

Alpha2 :
--------

 - Fix: Chrash when using /portable command line parameter
 - Fix: Reincluded GetSaveFilename handler, "Save as" dialogs work again
        properly.
 - Chg: Minor code cleanup/namings
 - Chg: Resource now use relative path, so you should be able to run the source
        within PureBasic just after extraction (you still need compile / copy
        sound system layer)

Alpha 1:
--------

 - Add: 64bit / PureBasic port of the Calaym source code!

1.03 (Unreleased)
-----------------

 - Add: Directory list can now (automatically) be shown on the left size
 - Fix: MP3 tag bar height now calculated
 - Add: Drive volume name / type (icon) shown in 'Refresh drive content' menu
 - Fix: Keyboard shortcut not shown in menu for 'Refresh drive content'\'All drives'
 - Fix: Songs ignored when loading xml based playlists
 - Fix: Loudest song title no longer submitted when paused
 - Fix: #3586 entry in setup dialog, process priority
 - Fix: "Dauer von Liedern berprfen" to "Check length of songs" (english / default language)
 - Fix: BASS plugins not loaded when reinitializing sound system (BASS sound system only)
 - Add: Neater first steps/help icon for Windows 98/2000+, and Windows XP+
 
 - Chg: ini settings for keyboard configuration
